|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.monitor.LoggingMonitor
public final class LoggingMonitor
Adapter from Apache Commons Logging to the domingo monitor interface.
Use an instance of this class as argument to DNotesFactory.getInstance(DNotesMonitor theMonitor).
If Apache Commons Logging should be used for logging, the commons-logging.jar file must be available in the classpath. Apache Commons Logging can be downloaded at .
| Field Summary |
|---|
| Fields inherited from interface de.bea.domingo.DNotesMonitor |
|---|
DEBUG, DEFAULT_LEVEL, ERROR, FATAL, INFO, NONE, WARN |
| Constructor Summary | |
|---|---|
LoggingMonitor()
Constructor. |
|
LoggingMonitor(org.apache.commons.logging.Log log)
Constructor. |
|
| Method Summary | |
|---|---|
void |
debug(java.lang.String message)
debug output. |
void |
debug(java.lang.String message,
java.lang.Throwable throwable)
debug output. |
void |
error(java.lang.String message)
error output. |
void |
error(java.lang.String message,
java.lang.Throwable throwable)
error output. |
void |
fatalError(java.lang.String message)
fatal error output. |
void |
fatalError(java.lang.String message,
java.lang.Throwable throwable)
fatal error output. |
org.apache.commons.logging.Log |
getLogger()
Returns the current log. |
void |
info(java.lang.String message)
info output. |
void |
info(java.lang.String message,
java.lang.Throwable throwable)
info output. |
boolean |
isDebugEnabled()
Checks if debug output is enabled or not. |
boolean |
isErrorEnabled()
Checks if error output is enabled or not. |
boolean |
isFatalErrorEnabled()
Checks if fatal error output is enabled or not. |
boolean |
isInfoEnabled()
Checks if info output is enabled or not. |
boolean |
isWarnEnabled()
Checks if warn output is enabled or not. |
void |
setLogger(org.apache.commons.logging.Log log)
Sets a new log. |
void |
warn(java.lang.String message)
warn output. |
void |
warn(java.lang.String message,
java.lang.Throwable throwable)
warn output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingMonitor()
Creates a monitor with a default log.
public LoggingMonitor(org.apache.commons.logging.Log log)
log - a log instance| Method Detail |
|---|
public org.apache.commons.logging.Log getLogger()
public void setLogger(org.apache.commons.logging.Log log)
log - the new log
public void debug(java.lang.String message,
java.lang.Throwable throwable)
debug in interface DNotesMonitormessage - the messagethrowable - the throwableDNotesMonitor.debug(java.lang.String, java.lang.Throwable)public void debug(java.lang.String message)
debug in interface DNotesMonitormessage - the messageDNotesMonitor.debug(java.lang.String)
public void info(java.lang.String message,
java.lang.Throwable throwable)
info in interface DNotesMonitormessage - the messagethrowable - the throwableDNotesMonitor.info(java.lang.String, java.lang.Throwable)public void info(java.lang.String message)
info in interface DNotesMonitormessage - the messageDNotesMonitor.info(java.lang.String)
public void warn(java.lang.String message,
java.lang.Throwable throwable)
warn in interface DNotesMonitormessage - the messagethrowable - the throwableDNotesMonitor.warn(java.lang.String, java.lang.Throwable)public void warn(java.lang.String message)
warn in interface DNotesMonitormessage - the messageDNotesMonitor.warn(java.lang.String)
public void error(java.lang.String message,
java.lang.Throwable throwable)
error in interface DNotesMonitormessage - the messagethrowable - the throwableDNotesMonitor.error(java.lang.String, java.lang.Throwable)public void error(java.lang.String message)
error in interface DNotesMonitormessage - the messageDNotesMonitor.error(java.lang.String)
public void fatalError(java.lang.String message,
java.lang.Throwable throwable)
fatalError in interface DNotesMonitormessage - the messagethrowable - the throwableDNotesMonitor.fatalError(java.lang.String, java.lang.Throwable)public void fatalError(java.lang.String message)
fatalError in interface DNotesMonitormessage - the messageDNotesMonitor.fatalError(java.lang.String)public boolean isDebugEnabled()
isDebugEnabled in interface DNotesMonitortrueif enabled, else falseDNotesMonitor.isDebugEnabled()public boolean isInfoEnabled()
isInfoEnabled in interface DNotesMonitortrueif enabled, else falseDNotesMonitor.isInfoEnabled()public boolean isWarnEnabled()
isWarnEnabled in interface DNotesMonitortrueif enabled, else falseDNotesMonitor.isWarnEnabled()public boolean isErrorEnabled()
isErrorEnabled in interface DNotesMonitortrueif enabled, else falseDNotesMonitor.isErrorEnabled()public boolean isFatalErrorEnabled()
isFatalErrorEnabled in interface DNotesMonitortrueif enabled, else falseDNotesMonitor.isFatalErrorEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||